Autogenerated HTML docs for v1.7.6-447-gb9176
diff --git a/git-grep.html b/git-grep.html index 3916491..a51a127 100644 --- a/git-grep.html +++ b/git-grep.html
@@ -721,25 +721,6 @@ </p> </dd> <dt class="hdlist1"> --[ABC] <context> -</dt> -<dd> -<p> - Show <tt>context</tt> trailing (<tt>A</tt> — after), or leading (<tt>B</tt> -  — before), or both (<tt>C</tt> — context) lines, and place a - line containing <tt>--</tt> between contiguous groups of - matches. -</p> -</dd> -<dt class="hdlist1"> --<num> -</dt> -<dd> -<p> - A shortcut for specifying <tt>-C<num></tt>. -</p> -</dd> -<dt class="hdlist1"> -p </dt> <dt class="hdlist1"> @@ -755,6 +736,59 @@ </p> </dd> <dt class="hdlist1"> +-<num> +</dt> +<dt class="hdlist1"> +-C <num> +</dt> +<dt class="hdlist1"> +--context <num> +</dt> +<dd> +<p> + Show <num> leading and trailing lines, and place a line + containing <tt>--</tt> between contiguous groups of matches. +</p> +</dd> +<dt class="hdlist1"> +-A <num> +</dt> +<dt class="hdlist1"> +--after-context <num> +</dt> +<dd> +<p> + Show <num> trailing lines, and place a line containing + <tt>--</tt> between contiguous groups of matches. +</p> +</dd> +<dt class="hdlist1"> +-B <num> +</dt> +<dt class="hdlist1"> +--before-context <num> +</dt> +<dd> +<p> + Show <num> leading lines, and place a line containing + <tt>--</tt> between contiguous groups of matches. +</p> +</dd> +<dt class="hdlist1"> +-W +</dt> +<dt class="hdlist1"> +--function-context +</dt> +<dd> +<p> + Show the surrounding text from the previous line containing a + function name up to the one before the next function name, + effectively showing the whole function in which the match was + found. +</p> +</dd> +<dt class="hdlist1"> -f <file> </dt> <dd> @@ -882,7 +916,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2011-08-05 00:04:52 UTC +Last updated 2011-08-11 22:26:57 UTC </div> </div> </body>